PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package / FileMode Enumeration
In This Topic
    FileMode Enumeration
    In This Topic
    Specifies the available file open modes.
    Members
    MemberDescription
    CREATE_NEWCreate a new file. If the file exists, it is overwritten.
    OPEN_READOpen the source file for reading.
    OPEN_READ_WRITEOpen the source file for read/write operations.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.core.io.FileMode

    See Also